﻿2026-06-04T14:14:31.7803510Z ##[group]Run actions/checkout@v5
2026-06-04T14:14:31.7805211Z with:
2026-06-04T14:14:31.7805923Z   repository: SaberMage/spt-core
2026-06-04T14:14:31.7813163Z   token: ***
2026-06-04T14:14:31.7813867Z   ssh-strict: true
2026-06-04T14:14:31.7814551Z   ssh-user: git
2026-06-04T14:14:31.7815267Z   persist-credentials: true
2026-06-04T14:14:31.7816025Z   clean: true
2026-06-04T14:14:31.7816724Z   sparse-checkout-cone-mode: true
2026-06-04T14:14:31.7817535Z   fetch-depth: 1
2026-06-04T14:14:31.7818218Z   fetch-tags: false
2026-06-04T14:14:31.7818903Z   show-progress: true
2026-06-04T14:14:31.7819814Z   lfs: false
2026-06-04T14:14:31.7820473Z   submodules: false
2026-06-04T14:14:31.7821165Z   set-safe-directory: true
2026-06-04T14:14:31.7822472Z ##[endgroup]
2026-06-04T14:14:31.9349025Z Syncing repository: SaberMage/spt-core
2026-06-04T14:14:31.9353339Z ##[group]Getting Git version info
2026-06-04T14:14:31.9354743Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T14:14:31.9356959Z [command]/usr/bin/git version
2026-06-04T14:14:31.9357906Z git version 2.34.1
2026-06-04T14:14:31.9361437Z ##[endgroup]
2026-06-04T14:14:31.9399893Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/a992fb13-8e05-4593-a512-5bb5fe6fc84f/.gitconfig'
2026-06-04T14:14:31.9415884Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/a992fb13-8e05-4593-a512-5bb5fe6fc84f' before making global git config changes
2026-06-04T14:14:31.9418632Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:14:31.9421243Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T14:14:31.9466149Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T14:14:31.9495847Z https://github.com/SaberMage/spt-core
2026-06-04T14:14:31.9515696Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T14:14:31.9522108Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T14:14:31.9551951Z refs/heads/dev-freeform
2026-06-04T14:14:31.9565151Z [command]/usr/bin/git checkout --detach
2026-06-04T14:14:31.9619375Z HEAD is now at 92fc261 docs(plan): mark M4-D9-3/4/5 complete (budget measured, resources, home+fork)
2026-06-04T14:14:31.9676523Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T14:14:31.9715359Z Deleted branch dev-freeform (was 92fc261).
2026-06-04T14:14:31.9762650Z ##[endgroup]
2026-06-04T14:14:31.9767016Z [command]/usr/bin/git submodule status
2026-06-04T14:14:32.0004463Z ##[group]Cleaning the repository
2026-06-04T14:14:32.0010187Z [command]/usr/bin/git clean -ffdx
2026-06-04T14:14:32.0050804Z Removing traceable-reqs
2026-06-04T14:14:32.0064861Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T14:14:32.0118293Z HEAD is now at 92fc261 docs(plan): mark M4-D9-3/4/5 complete (budget measured, resources, home+fork)
2026-06-04T14:14:32.0124717Z ##[endgroup]
2026-06-04T14:14:32.0128700Z ##[group]Disabling automatic garbage collection
2026-06-04T14:14:32.0135452Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T14:14:32.0176184Z ##[endgroup]
2026-06-04T14:14:32.0178624Z ##[group]Setting up auth
2026-06-04T14:14:32.0189072Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:14:32.0235632Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T14:14:32.0496623Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:14:32.0544817Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T14:14:32.0790092Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:14:32.0831999Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T14:14:32.1078522Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T14:14:32.1140042Z ##[endgroup]
2026-06-04T14:14:32.1141473Z ##[group]Fetching the repository
2026-06-04T14:14:32.1153354Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +107240eea81599ba191fb2cd2fe93d9f2c8a0390:refs/remotes/origin/dev-freeform
2026-06-04T14:14:32.9500085Z From https://github.com/SaberMage/spt-core
2026-06-04T14:14:32.9503772Z  + 92fc261...107240e 107240eea81599ba191fb2cd2fe93d9f2c8a0390 -> origin/dev-freeform  (forced update)
2026-06-04T14:14:32.9531872Z ##[endgroup]
2026-06-04T14:14:32.9534253Z ##[group]Determining the checkout info
2026-06-04T14:14:32.9536831Z ##[endgroup]
2026-06-04T14:14:32.9543761Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T14:14:32.9612679Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T14:14:32.9654734Z ##[group]Checking out the ref
2026-06-04T14:14:32.9660628Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T14:14:32.9731592Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T14:14:32.9734375Z any of your branches:
2026-06-04T14:14:32.9735550Z 
2026-06-04T14:14:32.9737400Z   92fc261 docs(plan): mark M4-D9-3/4/5 complete (budget measured, resources, home+fork)
2026-06-04T14:14:32.9739676Z 
2026-06-04T14:14:32.9740788Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T14:14:32.9742974Z to do so with:
2026-06-04T14:14:32.9743653Z 
2026-06-04T14:14:32.9744303Z  git branch <new-branch-name> 92fc261
2026-06-04T14:14:32.9745491Z 
2026-06-04T14:14:32.9753014Z Switched to a new branch 'dev-freeform'
2026-06-04T14:14:32.9756605Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T14:14:32.9872711Z ##[endgroup]
2026-06-04T14:14:32.9880919Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T14:14:32.9883438Z 107240eea81599ba191fb2cd2fe93d9f2c8a0390
